From: Juanma Barranquero Date: Wed, 18 Jul 2007 11:52:52 +0000 (+0000) Subject: (Fsetq): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17841 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=02dbe1e799d7ac634012b8bc73ca47615f460c6a;p=emacs.git (Fsetq): Doc fix. --- diff --git a/src/eval.c b/src/eval.c index b96c35a41b1..7d7e73484f7 100644 --- a/src/eval.c +++ b/src/eval.c @@ -531,7 +531,7 @@ Thus, (setq x (1+ y)) sets `x' to the value of `(1+ y)'. The second VAL is not computed until after the first SYM is set, and so on; each VAL can use the new value of variables set earlier in the `setq'. The return value of the `setq' form is the value of the last VAL. -usage: (setq SYM VAL SYM VAL ...) */) +usage: (setq [SYM VAL]...) */) (args) Lisp_Object args; {